MSVC Builds: Clean up gtk-version-paths.*props
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 3 Apr 2014 07:07:44 +0000 (15:07 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 3 Apr 2014 07:08:23 +0000 (15:08 +0800)
Remove lines that are not really referred to.

build/win32/vs10/gtk-version-paths.props
build/win32/vs9/gtk-version-paths.vsprops

index 4947225f983a23f50225158ba9b1493218776df2..f23f373635735332dd9ab09b94d62c8c4ce258bd 100644 (file)
@@ -3,7 +3,6 @@
   <PropertyGroup Label="UserMacros">
     <VSVer>10</VSVer>
     <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
-    <GlibEtcInstallRootFromBuildWin32>..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRootFromBuildWin32>
     <CopyDir>..\..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
     <ApiVersion>3.0</ApiVersion>
     <GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
@@ -24,9 +23,6 @@
     <BuildMacro Include="GlibEtcInstallRoot">
       <Value>$(GlibEtcInstallRoot)</Value>
     </BuildMacro>
-    <BuildMacro Include="GlibEtcInstallRootFromBuildWin32">
-      <Value>$(GlibEtcInstallRootFromBuildWin32)</Value>
-    </BuildMacro>
     <BuildMacro Include="CopyDir">
       <Value>$(CopyDir)</Value>
     </BuildMacro>
@@ -55,4 +51,4 @@
       <Value>$(PythonPath)</Value>
     </BuildMacro>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
index 9af818704da8ad3d6dbefb049db2f6f310f3a417..c12a839c1ff983d9a09af3fd3e8185dd56bda648 100644 (file)
                Name="GlibEtcInstallRoot"
                Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
        />
-       <UserMacro
-               Name="GlibEtcInstallRootFromBuildWin32"
-               Value="..\..\..\vs$(VSVer)\$(PlatformName)"
-       />
        <UserMacro
                Name="CopyDir"
                Value="..\..\..\..\vs$(VSVer)\$(PlatformName)"
@@ -54,4 +50,4 @@
                Name="PythonPath"
                Value="c:\python27"
        />
-</VisualStudioPropertySheet>
\ No newline at end of file
+</VisualStudioPropertySheet>